home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
maple_st.swf
/
scripts
/
DefineButton2_41
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
279 b
|
13 lines
on(release){
myLSO = SharedObject.getLocal("maple");
if(myLSO.data.myOBJ.n != undefined)
{
gotoAndStop(3);
reseted = false;
loadgameboo = true;
loadgamebooitem = true;
loadgameboos = true;
_root.cur.gotoAndStop(1);
}
}